UCF STIG Viewer Logo

TOSS must have the packages required to use the hardware random number generator entropy gatherer service.


Overview

Finding ID Version Rule ID IA Controls Severity
V-253117 TOSS-04-040760 SV-253117r825023_rule Low
Description
The most important characteristic of a random number generator is its randomness, namely its ability to deliver random numbers that are impossible to predict. Entropy in computer security is associated with the unpredictability of a source of randomness. The random source with high entropy tends to achieve a uniform distribution of random values. Random number generators are one of the most important building blocks of cryptosystems. The rngd service feeds random data from hardware device to kernel random device. Quality (non-predictable) random number generation is important for several security functions (i.e., ciphers).
STIG Date
Tri-Lab Operating System Stack (TOSS) 4 Security Technical Implementation Guide 2022-08-29

Details

Check Text ( C-56570r825021_chk )
Check that TOSS has the packages required to enable the hardware random number generator entropy gatherer service with the following command:

$ sudo yum list installed rng-tools

rng-tools.x86_64 6.13-1.git.d207e0b6.el8 @anaconda

If the "rng-tools" package is not installed, this is a finding.
Fix Text (F-56520r825022_fix)
Install the packages required to enable the hardware random number generator entropy gatherer service with the following command:

$ sudo yum install rng-tools